#wrapper{
width: 100%!important;
margin: 0!important;
}

#container{
	width: 100%;
	background: none;
	}

section{width:70%!important;
}

aside {
	width: 22%!important;
	
	background: url('../images/sbl1.png') repeat-y top right, url('../images/content_grad.png') repeat-x top left;

	
}

	
	
@media only screen and (max-width: 960px) {

#wrapper{
margin: 0!important;
}


section{width:100%!important;
}

aside {
	width: auto!important;
	margin-bottom: 25px;
	}




}